Skip to content

juan1003/NEPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEPP

Boilerplate for NEPP stack

The NEPP stack consists on the following tools

  • NextJS
  • ExpressJS
  • PrismaJS
  • Postgres

You will need the following toolkit

  • Docker
  • NPM
  • NodeJS

Backend setup

To run the container you will execute

cd NEPP
cd backend
npm install
cd ../
docker compose up -d

After the backend container is up

cd backend/
npx prisma migrate dev
npx prisma generate

Frontend setup

To ramp up frontend

cd frontend/
npm install
npm run dev

And that's it!

Happy Hacking!

About

NEPP is a fullstack boilerplate that stands for NextJS, ExpressJS, PrismaJS and PostgreSQL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors