Skip to content

shoshincl/fulltimeforce_backend_nest

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Live Demo

You can test this project live on Vercel

This app fetch Github commit history from a backend built on top of NestJS deployed on Adaptable.

Running Locally

If you want to run this project on your machine you must have NodeJS installed.

First clone the backend repo

git clone https://github.com/shoshincl/fulltimeforce_backend_nest.git

Then cd into it and install dependencies.

npm install --s

After that run the server with

npm run start:dev

Once the backend is running clone this repo

git clone https://github.com/shoshincl/fulltimeforce_frontend_next.git

Then cd into the directory and install dependencies.

npm install --s

Finally the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors