Skip to content

angelopoole/chingu-journalSolo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Current Version

Contents

Chingu Journal

project image

overveiw

chingu journal is a simple crud applciation with both a frontend and backend. Made to fit the requirements of the chingu.io before voyage solo project.

Features

you can register/sign in, create notes, edit notes, and delete notes.

Running the project

clone or fork this repo

cd into file directory and create a .env file, inside of it create the following env variables

PORT = 4000
NODE = development
MONGO_URI = your-mongo-uri
JWT_SECRET = your-random-jwt-secret

run

npm run installDeps

This will install the dependency's for the client and the backend.

to run the application in dev mode, run

npm run dev-server

About

Chingu solo app for pre-voyage

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors