Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

mooncakes-dev/atlashackathon22-notely

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notely (WIP)

Installation

Download the repo obviously

    git clone https://github.com/mooncakes-dev/atlashackathon22-notely.git
    cd 

Server

    cd server
    npm install

Set up .env file to look like this:

    PORT=3000
    ATLAS_URI=<mongodb-project-uri>

You're all done! Run:

    nodemon start

Client

    cd client
    npm install
    npm run dev

Make sure your Vite app is on "http://localhost:5173" otherwise Express will block api calls.

Also, make sure your server and client run concurrently .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published