Skip to content

cma0232/wall_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Wall APP

Built With

  • React
  • Django

Getting Started

Prerequisites

  • Node 14+ and package manager npm
  • Python3

Running the Project Locally

  1. Clone the repository to your local machine.

  2. cd server. Then activate virtual environments:

    $ source venv/bin/activate

  3. Run backend. Navigate to /server/wall_app directory:

    $ python manage.py runserver

    The backend will be available at http://localhost:8000

  4. Run frontend. Navigate to /client directory:

    npm install

    npm start

    The frontend will be available at http://localhost:3000

    Then you can use the Wall App.

Test

Navigate to /server/wall_app directory:

python manage.py test

There are 7 test cases. You can find more details in /server/wall_app/api/test/ folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published