Skip to content

Personal-Projects-236/memory-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech stack that I will be using in this project

  • React
  • Express
  • Prisma (ORM database modelling)
  • Postgres

How do you start this project

Starting this project if you are a Neovim Power user

  • Install all modules needed for this project
  • running the following commands you just need to copy and paste the command below to terminal
  • cd client && npm install && cd .. && cd server && npm install && cd ..
  • once that is done then run the following command to run the server for vim
  • npm run term
  • this command will then run Prisma, react and node all in a separate tab in gnome-terminal

Starting this project if you are using an IDE

  • Install all modules needed for this project
  • running the following commands you just need to copy and paste the command below to terminal
  • cd client && npm install && cd .. && cd server && npm install && cd ..
  • Once that is done then run the server in the terminal, this will run react, node and prisma
  • npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published