Skip to content

Ayaaa99/UCSocialDen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

308 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get started

Backend (server)

  1. Go to the server folder and install dependencies:

    npm install
  2. Start the server

     node server.js

    To run the server as the developer mode:

     npm run dev

    Note that to avoid expose our database api in this public repo, you need to set up "server/config.env" in your local:

    MONGO_URI=mongodb+srv://<db_username>:<db_password>@cluster.ntiw1.mongodb.net/?retryWrites=true&w=majority&appName=Cluster
    PORT=5050
    

    Replace <db_username> and <db_password> with your database username and password.

Frontend (client)

  1. Go to the client folder and install dependencies:

    npm install
  2. Start the client:

     npx expo start

About

A place to list events happening on campus, and groups to join for outings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 59.2%
  • JavaScript 40.7%
  • CSS 0.1%