Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Pong420/fullstack-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FullStack

A project for learning fullstack develop

Goal

  • Backend: NestJS + Fastify + MongoDB [WIP]
    • auth
    • users
    • settings
    • products
    • orders
  • Admin Panel: Create-React-App + Blueprintjs [WIP] Preview
  • Frontend: NextJS
  • Apps: React Native [WIP] Preview

Development

Start local mongodb mongodb://localhost:27017/
or create a .env / .env.local file under packages/server and add

MONGODB_URI=mongodb://YOUR_MONGODB_URL

then

yarn dev

image upload

Currently, images are upload to Cloudinary,
If you are heroku user, you may enable Cloudinary Add-ons.
create a .env.local file under packages/server and add

CLOUDINARY_URL = cloudinary://<api_key>:<api_secret>@<cloud_name>

create a .env.local file under packages/admin and add

REACT_APP_CLOUDINARY_CLOUD_NAME = <cloud_name>
REACT_APP_CLOUDINARY_API_KEY = <api_key>

About

A project for learning fullstack develop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published