Skip to content

An e-commerce app with different methods pays and so much details such as automatized updates every day, roles, admin panel, etc.

Notifications You must be signed in to change notification settings

iperezluis/Space-Shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js Space Shop App

Necessary consider these following instructions step by step 👋

Running locally we need database, use following command:

docker-compose up -d
  • Flag -d means detashed
  • MongoDB URL local:
    mongodb://localhost:27017/spacedb
    

Rebuild node nodules and start next:

yarn install
yarn dev

Setting environment variables:

Rename the field .env.template to .env

Fill database with this command:

Request 'POST':

http://localhost:3000/api/seed

About

An e-commerce app with different methods pays and so much details such as automatized updates every day, roles, admin panel, etc.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages