Skip to content

Full Stack application web developed as personal project in Make It Real Bootcamp and made with Nextjs , Chakra UI, Apollo Server Express, MongoDB and TypeScript.

Notifications You must be signed in to change notification settings

joseniquen08/vocaccion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vocacción

version

Vocacción is a Full Stack application web developed as personal project in Make It Real Bootcamp.

This application is structured in a monorepo.

Frontend:

Next.js Chakra GraphQL Framer Motion TypeScript

Backend:

Express Apollo GraphQL JWT MongoDB TypeScript

Deployment:

Vercel Render Mongo Atlas

Demo

Fisrt, clone the repository:

git clone https://github.com/joseniquen08/vocaccion.git

cd vocaccion

Next, you need to install the dependencies:

yarn

You have to go into the backend folder, then run the following command:

cd backend && yarn run start:dev

Later, in other terminal, you have to go into the frontend folder, then run the following command:

cd frontend && yarn dev


This will run the app in development mode.

The main API request URL is http://localhost:4000/graphql

The client request URL is http://localhost:3000

Environment Variables

The frontend and backend environment variables are located in the file .env.example

About

Full Stack application web developed as personal project in Make It Real Bootcamp and made with Nextjs , Chakra UI, Apollo Server Express, MongoDB and TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages